/* CSS by Jeremy Asmus for ESET LLC */

* {
  margin:0;
  padding:0;
  font-size:100%;
}

body {
	background-color:white;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:none;
}


p {
	font-size:14px;
	line-height:20px;
	margin:10px 0;
}

ul {
	list-style:square;
	font-size:14px;
	padding-left:25px;
}

form {
	margin:0;
	padding:0;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#banner_heatmap_gtr {
	background-image:url(/us/images/landing-pages/lp/b2b_heatmap_gtr_banner.jpg);
	height:400px;
	overflow:hidden;
	position:relative;
	z-index:0;
}

#banner_heatmap_wp {
	background-image:url(/us/images/landing-pages/lp/b2b_heatmap_wp_banner.jpg);
	height:400px;
	overflow:hidden;
	position:relative;
	z-index:0;
}

#banner_tunnel_wp {
	background-image:url(/us/images/landing-pages/lp/b2b_tunnel_wp_banner.jpg);
	height:400px;
	overflow:hidden;
	position:relative;
	z-index:0;
}

#banner_tunnel_pass {
	background-image:url(/us/images/landing-pages/lp/b2b_tunnel_pass_banner.jpg);
	height:400px;
	overflow:hidden;
	position:relative;
	z-index:0;
}

#form_cell_heatmap, #form_cell_tunnel {  
    padding:0 40px;
    width:390px;
	height:400px;
    color:white;
    position:relative;
    overflow:hidden;
}
   
#form_cell_heatmap .transparency {
    width:400px;
	height:220px;
	border:2px solid white;
	background-color:#CDA111;
	opacity:0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
	border-radius:5px;
	-moz-border-radius:5px;
    position:absolute;
    top:140px;
    left:40px;
    z-index:-1;
}
   
#form_cell_tunnel .transparency {
    width:400px;
	height:220px;
	border:2px solid white;
	background-color:#348E90;
	opacity:0.4;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
	border-radius:5px;
	-moz-border-radius:5px;
    position:absolute;
    top:140px;
    left:40px;
    z-index:-1;
}

#b2b_form {
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	top:155px;
}

option {
	padding: 0 5px 0 3px;
}

input.checkbox, input.radio {
	border: none;
	padding: 0;
}

input.text,
select.text,
textarea.text
{
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	width:210px;
	border:1px solid #BBBBBB;
	color:#333333;
	margin:0 0 0 10px;
	padding:3px 4px 2px;
	font-size:13px;
	background:#fcfcfc url(/images/standard/greyform_background.gif) repeat-x 0 0;
}

#b2b_form a {
	color:#FEC001;
	text-decoration:underline;
}

#b2b_form form {
	margin-left:20px !important;
}

#b2b_form .subtitle {
	color:white;
	font-size:14px;
	font-weight:normal;
}

#b2b_form .required {
	color:#FEC001;
	font-size:12px;
	font-weight:normal;
}

#b2b_form .asterisk {
	color:yellow;
	text-shadow:none;
}

#b2b_form .disclaimer {
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	margin-left:10px;
}

dl {
	float:left;
	margin:0;
	padding:4px 0;
	position:relative;
	width:390px;
}

dt {
	display:block;
	float:left;
	text-align:right;
	width:140px;
	margin:0;
	padding:0;
	text-shadow: 1px 1px #333333;
}

dd {
	display:block;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	width:230px;
}

#content_cell {
	color:#555555;
	overflow:hidden;
	padding:35px 40px;
	background-color:#F6F6F6;
	border-bottom:2px solid #E9E9E9;
}

#asset_description {
	width:350px;
	border:2px solid #E9E9E9;
	background-color:white;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:25px;
	float:left;
	margin-right:25px;
}

#asset_preview {
	float:left;
	margin-right:50px;
	width:200px;
	color:#1E8A93;
}

#left_buttons {
	float:left;
	width:200px;
}

.clear {
	clear:both;
}

#footer {
	color:#BBBBBB;
	font-size:11px;
	text-align:center;
	width:960px;
	margin:0 auto;
	padding:15px 0 5px 0;
}